ComponentOne Xamarin.iOS
Insert(Int32,T) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class > Insert Method : Insert(Int32,T) Method
The zero-based index at which item should be inserted.
The object to insert into the IList.
Inserts an item to the IList at the specified index.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal item As T _
) 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim index As Integer
Dim item As T
 
instance.Insert(index, item)
public void Insert( 
   int index,
   T item
)

Parameters

index
The zero-based index at which item should be inserted.
item
The object to insert into the IList.
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members
Overload List